home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
machserver
/
1.098
/
include
/
spriteString.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-04-23
|
850b
|
27 lines
/*
* spriteString.h --
*
* Declarations for Sprite string-handling routines.
*
* Copyright 1991 Regents of the University of California
* Permission to use, copy, modify, and distribute this
* software and its documentation for any purpose and without
* fee is hereby granted, provided that this copyright
* notice appears in all copies. The University of California
* makes no representations about the suitability of this
* software for any purpose. It is provided "as is" without
* express or implied warranty.
*
* $Header: /sprite/lib/forms/RCS/proto.h,v 1.7 91/02/09 13:24:52 ouster Exp $ SPRITE (Berkeley)
*/
#ifndef _SPRITESTRING
#define _SPRITESTRING
#include <cfuncproto.h>
extern char **String_SaveArray _ARGS_ ((char **origPtr));
extern char **String_FreeArray _ARGS_ ((char **stringsPtr));
#endif /* _SPRITESTRING */